home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / SOUND / TRACKCONV / !TrackConv / !Help < prev    next >
Text File  |  1997-02-08  |  28KB  |  699 lines

  1. !Help file for !TrackConv by Chris Davis.
  2. =========================================
  3. Last updated 8th Feb 1997.
  4.  
  5. The !TrackConv directory should contain the following.
  6.  
  7. !Boot      -   Boot file.
  8. !Help      -   This file.
  9. !Notice    -   Legal notice.
  10. !Run       -   Run file.
  11. !RunImage  -   Main program.
  12. !Sprites   -   Standard res. application sprites.
  13. !Sprites22 -   High res. application sprites.
  14. !Sprites23 -   High res. mono application sprites.
  15. Formats    -   List of formats known by !TrackConv.
  16. History    -   History of TrackConv
  17. PackIt     -   Directory containing PackIt utils.
  18.  
  19.            :   Compress   -  Program to compress coconizer packets.
  20.                Decompress -  Program to decompress coconizer packets.
  21.                PackIt     -  PackIt module (must be loaded for the above).
  22.  
  23. Code       -   ARM Code routines used by the main application
  24. Templates  -   Templates file
  25. Messages   -   Directory containing messages files.
  26. (Options)  -   This file contains the saved options so they are the same
  27.                when TrackConv is next loaded. It is not neccesary for this
  28.                file to be included as TrackConv will create a new one if it
  29.                is not found.
  30.  
  31. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  32.  
  33. TrackConv
  34. ---------
  35.  
  36. The purpose of TrackConv is to convert Tracker style music files to another
  37. similar format. e.g. Amiga Sountracker to Archimedes Tracker, Archimedes
  38. Coconizer to Amiga Soundtracker. It will also let you load and save samples
  39. into or from the file in memory and it will let you save patterns, as well
  40. as giving general information on the file.
  41.  
  42. Method
  43. ------
  44.  
  45. TrackConv works by loading the original file into memory and at the same
  46. time converting it to TrackConv's own format. When the file needs to be
  47. saved it is converted from this format to the required format. This means
  48. that individual routines needed to convert from one specific file format to
  49. another are not needed. Two seperate routines, a load and save, are used for
  50. each file format so once a routine has been created it can be used in
  51. conjuction with all the other routines immediately. The disadvantage of this
  52. is that TrackConv's own format has to support everything all the other files
  53. support so that an accurate conversion can always take place.
  54.  
  55. The many different Tracker style file formats all use volumes and samples.
  56. In some cases the volume values used are in linear format (0-64) and in
  57. other cases they are logarithmic format (0-255). A perfect conversion
  58. between these formats cannot be done (you don't get the original values if
  59. you do a linear to logarithmic conversion, then a logarithmic to linear
  60. conversion) so TrackConv keeps the original values in memory and sets a flag
  61. to denote their format. It then only converts them, if it needs to, when
  62. saving a file, still keeping the original values so that if the original and
  63. desiginated files use the same format an accurate conversion is done.
  64.  
  65. The same thing happens for samples. Samples are either Linear Signed,
  66. Logarithmic or sometimes Linear Unsigned. TrackConv keeps the orignal
  67. samples denoting their format and then converts them when it needs to.
  68. However, the original samples are not kept because of the amount of memory
  69. needed for a buffer.
  70.  
  71. Formats
  72. -------
  73.  
  74. Amiga SoundTracker:
  75. ==================
  76.  
  77. This is probably the most common file format found on Acorn machines,
  78. although the facilty to save to this format is not found on very many
  79. Archimedes programs. This reason for this is the vast amount of Amiga tunes
  80. written that get moved to the Archimedes in comparison to the few tunes that
  81. get actually get written on the Archimedes using Archimedes programs.
  82. Although this file format only allows for 16 commands it has a very good
  83. command set.
  84.  
  85. There are many variations of the Sound Tracker format. The following are
  86. supported by TrackConv:
  87.  
  88. Sound Tracker 15 inst.
  89. Sound Tracker 31 inst.
  90. ProTracker    31 inst.
  91.  
  92. (The following are all 31 inst.)
  93.  
  94. Fairlight Startrekker (4 & 8 channel)
  95. Fast Tracker          (6 & 8 channel)
  96. Take Tracker          (16 & 32 channel)
  97.  
  98. Archimedes Tracker:
  99. ==================
  100.  
  101. This was one of the first Archimedes tracker file formats. It contains more
  102. information about the music than Amiga STracker and for that reason are
  103. slightly larger. However, it has a limiting command set. This is also a very
  104. common file format.
  105.  
  106. Archimedes Coconizer:
  107. ====================
  108.  
  109. Coconizer is a freeware application for the Archimedes. It is very similar
  110. to Tracker but slightly more restrictive.
  111.  
  112. Coconizer 'song' files do not contain samples. The samples are stored in
  113. directories accessable to the main application. Also coconizer tunes are
  114. often in compressed 'packets'.
  115.  
  116. Coconizer 'Trackfiles' are very similar to the song files, expcept that they
  117. contain samples. 
  118.  
  119. There is also a tool that will allow you to create stand alone self playing
  120. relocatable modules from coconizer files. TrackConv will also load these.
  121.  
  122. Teque Music:
  123. ===========
  124.  
  125. Teque music are Amiga STracker files set-typed &CC5.
  126.  
  127. Digital Symphony:
  128. ================
  129.  
  130. Digital Symphony is a fairly recent application for the Archimedes and it's
  131. files are very sophiscated. It has the widest command set of all the
  132. supported formats and is designed to offer the wider command set of Amiga
  133. files on the Archimedes.
  134.  
  135. Digital Symphony files can be (and usually are) compressed. TrackConv will
  136. load these compressed files, although it is a lot slower than Digital
  137. Symphony itself at deompressing them. TrackConv will also allow you to save
  138. compressed Digital Symphony files too. However, I do not recommend you use
  139. TrackConv for compressing them as it is very, very slow (can be up to 5-10
  140. minutes!!). If you do compress them using TrackConv the end result should be
  141. as good as (or even better) as what Digital Symphony would produce.
  142.  
  143. TrackConv will also support the new version (V1) Symphony files. However,
  144. most of these use the 'Sigma Delta' compression method and TrackConv does
  145. not support this and therefore cannot load these files.
  146.  
  147. Musix:
  148. =====
  149.  
  150. Musix is a PD program which will enable you to write 4 track tunes.
  151. TrackConv will attempt to load and save these but I cannot be sure that they
  152. will convert properly.
  153.  
  154. Octalyser:
  155. =========
  156.  
  157. Octalyser is (I think) a program on the Amiga which will allow you to create
  158. music containing up to 8 channels.
  159.  
  160. OctaMED:
  161. =======
  162.  
  163. OctaMED is a program on the Amiga which will allow you to create music with
  164. up to 8 channels and will also support MIDI. TrackConv cannot support the
  165. MIDI aspects of the file but will convert the rest properly.
  166.  
  167. Scream Tracker 2:
  168. ================
  169.  
  170. Scream Tracker is a four track file format on the PC, similar to Sound
  171. Tracker. It creates files with the extension '.STM'.
  172.  
  173. Scream Tracker 3:
  174. ================
  175.  
  176. This is a much more advanced version of Scream Tracker, supporting upto 32
  177. channels. It creates files with the extension '.S3M'.
  178.  
  179. Scream Tracker 2 & 3 have a volume for each event, as well as a command. As
  180. this cannot be fully supported by other formats, TrackConv will convert the
  181. command if there is one, otherwise it will put in a volume command.
  182.  
  183. Also, S3M files support 7 octaves. TrackConv only supports 3 so, if you have
  184. the 'resampling' option selected, it will under or over sample the samples
  185. which are played out of range, so that the tune will play (almost) correctly.
  186. However, oversampling means that a sample is copied so that it is 8 times
  187. longer. This means that some tunes will take up a lot of memory.
  188.  
  189. Arc ProTracker:
  190. ==============
  191.  
  192. Arc ProTracker is a PD application for the Archimedes which nearly has the
  193. full command set of Sound/Pro Tracker on the Amiga. It's files are very
  194. similar to Tracker but have subtle differences that cause some applications
  195. to crash.
  196.  
  197. PC 669:
  198. ======
  199.  
  200. PC 669 is an 8 track format for the PC. It has a volume for each event and
  201. so TrackConv will always add in volume commands if there is no other effect.
  202. 669 also has a default tempo (speed?) for each pattern and, at the moment,
  203. this is ignored by TrackConv.
  204.  
  205. Zool tunes:
  206. ==========
  207.  
  208. These are tunes found in the game 'Zool'. These must be loaded via the
  209. GuessType option.
  210.      Currently TrackConv assumes the ProTracker command set except it
  211. subtracts 1 off all speed values. As the default speed is 6 it also sets the
  212. speed to 5 near the beginning of the song (at the first empty command). This
  213. sounds wierd but it works the best! However, this is not right all the time
  214. and some tracks may sound too fast or too slow. It may be more sensible to
  215. insert a tempo command near the beggining of the track and keep the speed
  216. values the same ... but this is not really fair to users of programs like
  217. Tracker or Coconizer which don't have a tempo command.
  218.  
  219. Desktop Tracker:
  220. ===============
  221.  
  222. TrackConv will not currently load Desktop Tracker files properly...but it
  223. comes close(ish). It will load the samples correctly but mucks up the
  224. patterns a little (it ignores the commands and sometimes gets the notes
  225. wrong).
  226.  
  227. Multi Tracker:
  228. =============
  229.  
  230. Multi Tracker is a format on the PC which has the full Pro Tracker command
  231. set. It will support up to 32 channels.
  232.  
  233. Maestro:
  234. =======
  235.  
  236. TrackConv will do it's best to import Maestro files. I have tested it on
  237. quite a few Maestro files and it converted them okay.
  238.  
  239. When importing a Maestro file, TrackConv will work out how many channels are
  240. needed (1-8) and set the speed/tempo of the tune according to the original
  241. tempo of the tune.
  242.  
  243. It will also work out what samples are needed. As most Tracker formats only
  244. have 3 octaves, 2 samples will usually be needed for each different
  245. instrument used in the original file. TrackConv will work out which of these
  246. 2 are needed (octaves 1-3 and/or octaves 4-7), and set the sample names
  247. accordingly. You will have provide your own samples and load them in
  248. seperatly.
  249.  
  250. The options are as follows:
  251.  
  252. Easy to edit     - If you turn this off TrackConv will use pattern delay
  253.                    commands to ensure there are no blank lines. (Not
  254.                    currently supported fully)
  255.  
  256. Complex commands - This is to let TrackConv know if your music editor
  257.                    supports the tempo command and the pattern delay command.
  258.                    If not turn it off!
  259.  
  260. No. of channels  - Auto will get TrackConv to only use as many channels as
  261.                    needed. If you don't like this you can set your own value
  262.                    (useful for adding in percussion, etc.)
  263.  
  264. Speed            - Auto will get TrackConv to set the speed of the tune
  265.                    according to the original file. If you set your own the
  266.                    default tempo will be used and a speed command inserted
  267.                    with the set value. (this will be halved or quartered if
  268.                    very short notes are played.)
  269.  
  270. Volumes          - This tells TrackConv to insert volume commands according
  271.                    to the volume of each channel.
  272.  
  273. One voice        - This will tell TrackConv to assume that all the channels
  274.                    use the same instrument, instead of refering to the
  275.                    instruments used in the original file.
  276.  
  277.  
  278. PPP Track:
  279. =========
  280.  
  281. This is TrackConv's own file format. It has no real advantages over other
  282. formats, except that there will be no data loss when using it. (i.e. it
  283. contains all the information TrackConv knows about the file at the time of
  284. saving).
  285.  
  286. TrackConv will also allow you to save compressed PPP Tracks too, which can
  287. be very slow (5-10 mins!), although loading them is quicker. The results are
  288. not as good as those achieved by Digital Symphony but it can sometimes be
  289. better than ArcFS.
  290.  
  291. Using !TrackConv
  292. ----------------
  293.  
  294. Loading and saving tunes:
  295. ========================
  296.  
  297. To load a file simply drag it on to the TrackConv icon on the icon bar. If
  298. the tune is in a recoginzed format, can be loaded and there is enough
  299. application memory reserved for TrackConv it will be loaded. If not all of
  300. this is true, either nothing will happen or an error will be generated.
  301.  
  302. Please note that the file must be set-typed correctly and that although it
  303. may be recognized it may not be loadable with this version of TrackConv. You
  304. can also use the GuessType feature to work out what format the music is in
  305. without set-typing it.
  306.  
  307. To save a file go to the 'Save' option on the icon bar menu and go through
  308. the various submenus. Then enter your file name and drag the icon to a
  309. directory viewer.
  310.  
  311. The save option will not be selectable if there is no music in memory.
  312.  
  313. Loading and saving samples:
  314. ==========================
  315.  
  316. Loading samples can be done by one of three ways. Firstly, you can drag the
  317. sample to the icon bar icon. TrackConv will try to guess where the sample
  318. belongs by using looking for a two digit number at the end of the file name
  319. or by using the sample name itself. The second way is to drag a directory of
  320. samples on to the icon. The application will load any samples it thinks
  321. should be loaded using the same method above. The third way is to drag
  322. samples directly onto the sample display window. TrackConv will replace the
  323. currently displayed sample with the one you have loaded, regardless of the
  324. filename.
  325.  
  326. You may also create or delete samples using the menu options on the sample
  327. window. Using the 'Add' option will add samples after all the current ones
  328. and 'Insert' will insert samples before the currently displayed sample.
  329.  
  330. To save a sample or samples go through the various submenu's off the save
  331. option. To save a single sample use the pointers to select it's number and
  332. then enter a file name and drag it to a directory viewer. To save all the
  333. samples click on the left pointer until you reach 'All'. Then either enter
  334. an eight letter filename to save the samples with their number in two digit
  335. form at the end of the filename or enter "/////" to save the samples with
  336. their original names.
  337.  
  338. You can also save a sample directly from the sample window, which is much
  339. simpler really.
  340.  
  341. If you use ten letter filenames with the first method the program may crash.
  342. Also if you put a filename before the "/////" with the second method the
  343. program may also crash. In all cases, though, you may use a path name.
  344.  
  345. You may also save single samples using the "/////" method. This method is
  346. useful for programs like Musix and Coconizer where the samples are stored
  347. in directory's, not in the music files. If a sample has no name then it is
  348. saved as 'm' plus the samples' number. This name is also put in Coconizer
  349. files so that they will match. Any invalid charecters such as ':' or '.' are
  350. missed out. One disadvantage of this method is that if samples have
  351. identical names one or more of them will be over-written.
  352.  
  353. Saving patterns:
  354. ===============
  355.  
  356. This is done the same way as saving samples except you cannot use the
  357. "/////" to keep their names as patterns don't have names.
  358.  
  359. Saving textdumps:
  360. ================
  361.  
  362. To save a textdump select the submenu off the save option and select which
  363. areas of information you would like. You can also select what format you
  364. would like the patterns displayed in (if you select the 'pattern' option).
  365. When you have done this drag the text file to a directory viewer to create
  366. the file.
  367.  
  368. Send:
  369. ====
  370.  
  371. This option allows you to send the currently to loaded file to a paticular
  372. player module or music application. The currently available players and
  373. applications will be show on the list.
  374.  
  375. Options:
  376. =======
  377.  
  378. Volumes -  This allows you to change the format the volumes are displayed
  379.            in:
  380.            
  381.               Logarithmic - Displays volumes in logarithmic format
  382.               Linear      - Displays volumes in linear format
  383.               Auto1       - Displays volumes in their current format, except
  384.                             in patterns (text dumps) where they are in the
  385.                             format of the selected pattern format:
  386.                             
  387.                             STracker & Digital Symphony - Linear
  388.                             Tracker                     - Logarithmic
  389.                             
  390.               Auto2       - Displays volumes in their current format
  391.  
  392. Verbose -  This tells you what is happening as the computer is loading or
  393.            saving files.
  394.  
  395. Samples -  This allows you to set what format the current samples in memory
  396.            are and what format to load or save raw data samples in.
  397.  
  398. Show    -  This lets you bring up various windows giving you information
  399.            about the current file and status of the program.
  400.  
  401.  
  402. Patterns:
  403.  
  404.            Make 64 - This will make sure all pattern lengths are 64
  405.                      lines/rows or less.
  406.  
  407.            Cut     - This will search through for pattern breaks and 'cut'
  408.                      the pattern so it is only as long as is needed (Not
  409.                      implemented in this version).
  410.  
  411.  
  412. Symphonies:
  413.  
  414.            Pack -  This causes the program to pack Digital Symphony files
  415.                    when saving.
  416.  
  417.            Patterns - This lets you choose what way the Digital Symphony
  418.                       sequence is to be created. As you may know Digital
  419.                       Symphony uses 1 pattern for each track, rather than
  420.                       the conventional method of one pattern for all the
  421.                       tracks. The 'normal' setting means that 4 new patterns
  422.                       are created for each conventional pattern. 'Blanks'
  423.                       will add any blanks into the sequence rather than
  424.                       creating a new blank pattern. 'Min-pats' will minimise
  425.                       the total number of patterns needed by adding blanks
  426.                       and ensuring there are no identical patterns. The last
  427.                       two are very slow.
  428.  
  429.  
  430. Trackers:
  431.     
  432.            Commands -  This lets you filter out certain Tracker commands,
  433.                        some of which are not used in Tracker but let you
  434.                        produce better reproductions of the original file if
  435.                        needed.
  436.                             This comes into affect when loading and saving
  437.                        Tracker files and also when dumping text files, but
  438.                        only in loading does it have an affect on the data
  439.                        stored in memory.
  440.  
  441. Commands that are allowed on the different levels:
  442.  
  443. Level 1:              Level 2:            Level 3:
  444.  
  445.                       Level 1+            Level 2+
  446.  
  447.   0-Appregio          3-Tone portamento   5-Tone portamento+Vol. slide
  448.   1-Slide up          4-Vibrato           6-Vibrato+Vol. slide  
  449.   2-Slide down                            7-Tremelo
  450.   B-Break pattern                         9-Set sample offset
  451.   E-Set stereo
  452.   G-Vol. slide up
  453.   H-Vol. slide down
  454.   J-Position jump
  455.   L-Line jump
  456.   S-Set speed
  457.   V-Set volume
  458.  
  459. Level 2 is the default setting.
  460.  
  461.            Fill voices -  In Sound Trackers, when you play a note with
  462.                           specified voice, you can also play a note after it
  463.                           in the same pattern and same track without
  464.                           specifying a voice. If you try this in Tracker it
  465.                           does not have the same effect. Selecting this
  466.                           option fills in any blank voices where there is a
  467.                           note and no voice. It sets the voice to the last
  468.                           played voice. If there has been no voice
  469.                           previously played on that track in that pattern
  470.                           nothing is done. This only comes into effect when
  471.                           saving Trackers and does not produce the same
  472.                           effect that would be achieved in the original
  473.                           piece of music.
  474.  
  475. STrackers:
  476.  
  477. This will bring up a window allowing you to choose what format you would
  478. like STracker's to be saved in. The first option will get TrackConv to
  479. automatically choose between STracker 15 inst. or ProTracker 31 inst.,
  480. depending on the no. of instruments in the current file.
  481.  
  482. Volumes - This allows you to choose which volume converiosn algorithm is
  483.           used.
  484.  
  485. Guesstype - See the section on Guesstype below.
  486.  
  487. AutoSend  - See the section on AutoSend below
  488.  
  489. PPP Tracks:
  490.  
  491.              Pack    - This will cause TrackConv to compress all PPP Tracks
  492.                        when saving.
  493.  
  494. Resampling - This states whether or not you wish TrackConv to use resampling
  495.              to simulate much larger octaves ranges. Currently, this feature
  496.              is only implemented with S3M files.
  497.  
  498. Save     - This will save the current setting of all the options so they will
  499.            be the same when you next load TrackConv.
  500.  
  501. 'GuessType'
  502. -----------
  503.  
  504. GuessType is a new feature which will guess the format of any music file,
  505. from about 20 formats known to TrackConv, without using the Risc OS file
  506. type. It is very reliable (in my experience). To use it drag a file into
  507. it's window (this will have no effect on the currently loaded tune) and it
  508. will look at the file and give it's verdict. A seperate routine for each
  509. format will give the marks out of ten for the file 'looking okay'. Whichever
  510. format is marked the highest is selected (each format has a radio icon). You
  511. can then click on 'Load' to get TrackConv to load the file as that format.
  512. If you disagree with it's verdict you can select the format youself.
  513. HOWEVER, if you get it wrong TrackConv could hangup your computer! (so be
  514. careful).
  515.  
  516. This feature is also used to load tunes in a format which do not have a
  517. specific Risc OS type, such as Zool tunes (Data), and therefore cannot not
  518. be loaded properly by TrackConv just by dragging them to TrackConv's icon.
  519.  
  520.  
  521. Auto Send
  522. ---------
  523.  
  524. This is a special feature of TrackConv that will, seemingly, allow just about
  525. any desktop music application to play any of the music formats TrackConv
  526. supports. It works by getting TrackConv to load the file and then immediately
  527. sending to the application of your choice. (using the scrap directory)
  528.  
  529. To use it open the Auto Send window and select the music application you want
  530. to send the files to (you will have to have it loaded first). Then select the
  531. file format it uses itself.
  532.  
  533. Now, if you drag any file to the Auto Send window TrackConv will convert it
  534. and send it to the application you have selected.
  535.  
  536. The options in the bottom half of the window let you choose if you want Auto
  537. Send to intercept the loading of a file. If you choose 'Filer double click'
  538. Auto Send will send any files you double click on the application (assuming
  539. they do not get loaded by another application first). TrackConv will not load
  540. any files you double click on that are already in the format you have chosen
  541. and assumes they will be loaded by the application.
  542.  
  543. If you choose 'Icon bar drag' Auto Send will send any files that you drag on
  544. to TrackConv's icon bar icon.
  545.  
  546. This option is not guaranteed to work with all applications but should work
  547. with most.
  548.  
  549.  
  550. Too many tracks/channels
  551. ------------------------
  552.  
  553. If you load a file and then save it in a format which supports less tracks
  554. than the file you loaded TrackConv will cut out the tracks which cannot be
  555. fitted on.
  556.  
  557. If you save the file in a format which has more tracks than the file you
  558. loaded TrackConv will add in blank tracks. An example of this is when saving
  559. a 6 track file to Coconizer. Coconizer can support either 4 or 8 tracks so
  560. TrackConv will save it as 8 tracks and add an extra 2 blank tracks.
  561.  
  562. Both of these features have no effect on the currently loaded data. This
  563. means you could load an 8 track file and save it as a four track file while
  564. still retaining the full 8 tracks in memory.
  565.  
  566. Technically, TrackConv can handle upto 255 tracks, although the largest it
  567. will ever load is 32 tracks (unless another program supports export of PPP
  568. tracks and it allows greater than 32 tracks).
  569.  
  570. Problem solving
  571. ---------------
  572.  
  573. Won't load: 
  574. ==========
  575.  
  576. If you find you can't get a tune to load (i.e. TrackConv totally ingnores
  577. it if you drag it onto its icon) make sure you have set-typed the file
  578. properly (see the formats window). Some of the types I have used may seem a
  579. little unorthodox but it is neccesary so that TrackConv can identify the
  580. file correctly. A way around this is to use the GuessType feature which
  581. should identify the file correctly without using the Risc OS Type.
  582.  
  583. Address exception errors:
  584. ========================
  585.  
  586. There could be a number of reasons for this. Most commonly, the file you
  587. have tried to load has been corrupted. Also, it could have been identified
  588. wrongly (read above).
  589.  
  590. Another cause is the 'Min-pats' bug (see below).
  591.  
  592. Known problems/bugs
  593. -------------------
  594.  
  595. Poor Conversions:
  596. ================
  597.  
  598. Unforntunately you can very rarely get a 100% conversion from one file to
  599. another. This is for many reasons but the most common is where the
  600. designated file format has a poorer command set than the original file. The
  601. commands that aren't supported in the new file format have to be missed out
  602. and this results in very poor conversions.
  603.  
  604. For example, you are likely to get poor conversions when you convert a
  605. Symphony file to a Coconizer file because Symphony files have many more
  606. commands than Coconizer.
  607.  
  608. Other reasons for poor conversions are just in the way the program plays a
  609. pattern as a whole, which is generally quite hard to fix as TrackConv would
  610. have to be quite intelligent.
  611.  
  612. Innacurate volumes conversion:
  613. =============================
  614.  
  615. The methods used to convert linear volumes to logarithmic volumes and vice
  616. versa are not correct. However they are pretty close and are better than the
  617. methods used in !Tracker which is a commercial program! The program will be
  618. very easy to change once I know the correct methods though so if anyone
  619. knows them please tell me.
  620.  
  621. 'Min-Pats':
  622. ============
  623.  
  624. The 'Min-pats' option for symphonies has tendancy to cause the program to
  625. crash when large numbers of patterns are involved. I have tried to fix this
  626. but I am currently baffled by it but will fix it as soon as I figure out
  627. what's wrong.
  628.  
  629. Compression:
  630. ===========
  631.  
  632. Any compression done by TrackConv is very slow. My routine (believe it or
  633. not) is written in ARM code but has compression times sometimes over 5
  634. minutes. If I can I will improve my routine in the future but at the moment
  635. I have no idea how to make it faster.
  636.  
  637. Disc full:
  638. =========
  639.  
  640. If you get a 'Disc Full' error whilst saving a file from TrackConv it is
  641. likely that the samples in memory will have been corrupted. This is because
  642. TrackConv converts each sample before saving it but if an error occurs during
  643. saving then some samples will have been converted and not others. To fix this
  644. I will have to change TrackConv to convert all the samples before saving,
  645. rather than individually.
  646.  
  647. PC disks:
  648. ========
  649.  
  650. When TrackConv saves to PC disks (using RO3) the file becomes completely
  651. garbled. I have no idea why this happens. To overcome this problem I suggest
  652. you save the file to an Arc format disk first (e.g. RamDisc or Hard Drive)
  653. and then copy it to the PC disk.
  654.  
  655. Lots of bugs:
  656. ============
  657.  
  658. I have fixed most of the bugs and mentioned those I haven't..... but I'm
  659. sure there are loads I haven't found, so please tell me of any you find so I
  660. can fix em'.
  661.  
  662. Credits
  663. -------
  664.  
  665. Thanks to Dave Williams for all the OctaMED format details & also a lot of
  666. nice comments about TrackConv :)
  667.  
  668. Thanks to Ingmar Weigel for sending me all the details for 8+ foreign music
  669. formats!!
  670.  
  671. Thanks to Gareth Boden & Richard Simmons for the Coconizer TrackFile
  672. details.
  673.  
  674. Thanks to Alex Fraser and Andrew Pepperell for sending me details of LZW
  675. compression.
  676.  
  677. Thanks to Gareth Moore for sending me 800k's worth of music file info!!
  678.  
  679. Thanks to 'Wombat' for some helpful encryption tricks.
  680.  
  681. Hello to Ed Ross, Dave Williams, Robin Jubber, Alex Howarth and everyone on
  682. #acorn!
  683.  
  684. Software Used
  685. -------------
  686.  
  687. Main program (inc. source code) originally written using !Edit but now
  688. updated using !Zap.
  689.  
  690. Program crunched using MH's Squish.
  691.  
  692. Program encoded using 'my encoder' and then compressed using squeeze.
  693.  
  694. Templates originally designed using !FormEd and then updated using !TemplEd.
  695.  
  696. Application sprites designed using !Paint.
  697.  
  698. All text files originally written using !Edit and updated using !Zap.
  699.